<%include file="_head.html"/>
<%include file="_sidebar.html" />

ARTICLES ${article.title} %if mode == 'view': 新しい記事の追加 %else: 一覧に戻る %endif

ID:${post.id} ${ post.title } を 編集 ページ表示 %if web.ctx.get('MSG') :
※${web.ctx.get('MSG')}

%endif
%for k,v in sorted(VIEWED.items()): ${v} %endfor
※記事間の連動に利用します。
[呼び出し例]
${"<"}${"%"}${" posts = AT.GetPostsByKey('%s','%s')"%(post.article.prefix,post.key)}${" %"}${">"}
${"%for contents in posts:"}
${"$"}${"{"}${ "contents.title}" }
${"$"}${"{"}${ "contents.GetField('--paneo-name--')}" }
${"%endfor"}
        

${"$"}${"{"}post.title${"}"}

${"$"}${"{"}post.header${"}"}

${"$"}${"{"}post.lead${"}"}
公開日付
ファイル名 .html 編集パスワード

<%include file="articles_post_template.html"/> <%include file="articles_post_category.html"/> %if art_mode == 'contents': <%include file="_contents.html"/> %endif %if art_mode == 'images': <%include file="_images.html" /> %endif <%include file="articles_post_ecaws.html"/>
%if post.viewed == 3 : %endif

<%include file="_footer.html" />